home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldopc / install.exe / _SETUP.1 / WALDOPC.EXE / WALDOPC.DXR / 00163.ls < prev    next >
Encoding:
Text File  |  1996-06-11  |  254 b   |  17 lines

  1. on exitFrame
  2.   if rollOver(30) then
  3.     go("parentroll")
  4.   end if
  5.   if rollOver(31) then
  6.     go("northroll")
  7.   end if
  8.   if rollOver(32) then
  9.     go("southroll")
  10.   end if
  11.   if rollOver(33) then
  12.     go("euroroll")
  13.   else
  14.     go(the frame + 1)
  15.   end if
  16. end
  17.